Group Discussion Thread
Tips and Tricks
You'll want to use the jrCore_list function:
https://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list
You can look at the jrGroupDiscuss templates for the variables you will need inside your custom template.
Or you can just something like this:
{jrCore_list module="jrGroupDiscuss" order_by="_created desc" limit="10"}
which will use the modules templates instead of having to re-create them.